home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / grafix / 3d / dust1.84.lha / Dust / DustHelp / formats < prev    next >
Encoding:
Text File  |  1995-02-12  |  1.7 KB  |  46 lines

  1.                       Dust-File-Formats
  2. -----------------------------------------------------------------
  3.  
  4. 1. TDDD - this is the standard-format read and written by Dust
  5.  
  6.     Features:
  7.      -all Attributes can be read, written, modified
  8.      -Imagine3.0-Textures and -Brushes can be read, written, modified
  9.      -every face has its own color (CLST)
  10.      -hard/soft edges will be treated correctly
  11.     Restrictions:
  12.      -the reflection- and transluceny-parameters are taken from
  13.       the global atttributes (means: no RLST- and TLST-reading/saving)
  14.  
  15. 2. LW (Lightwave) - fast, only triangles
  16.  
  17.     Features:
  18.      -edge-optimizing optional, makes only sense if you
  19.       want to save the object as Imagine-Object later
  20.      -every face can get its own color (SURFace)
  21.      -the DOUBLESIDED-flag can be set by the BACKFACES-parameter
  22.      -the specular level will be converted
  23.     Restrictions:
  24.      -only triangles (Dust only handles triangles)
  25.      -the DIFF-flag is set to 255 for every surface
  26.  
  27. 3. VS (Videoscape) - loading and saving is slow (ASCII-format)
  28.  
  29.     Features:
  30.      -edge-optimizing optional, makes only sense if you
  31.       want to save the object as Imagine-Object
  32.      -Videoscape-colors are calculated as good as possible
  33.      -creation of backfaces if the BACKFACES-parameter is set
  34.  
  35. 4. SPHERES - TDDD-Group-Objects made of real Spheres
  36.     This is a special particle-object-format (only for Imagine-users)
  37.     and can only be written.
  38.  
  39. 5. PARTICLE - The fast DUST-Particle-Format
  40.     This Format consists of the particle- and the object-information
  41.     in TDDD-format. So all attributes are supported.
  42.  
  43. The LOAD-command automatically recognises the format, all object-saving
  44. procedures (e.g. SAVE or MORPH) create objects in the format specified
  45. by the SFORMAT-parameter.
  46.